To create an email that contains a HTML body is a quite simple process, but there is a lot to think about because of the variety of emailclients and their specific behaviour in how they implement the HTMLCSS specifications. I will here try to guide You through the complete steps needed to ...
In Domino forms, you have the ability to enter text and use the PassThru HTML feature to indicate that the text should be treated has HTML. One way to simulate the same behavior on an XPage is to use a computed field control. 1. Drag a computed field control to the XPage 2. In the computed field ...
Summary: This tutorial demonstrates how to create a simple NotesDocument auto-save engine for a sample NotesDatabase, using the IBM® Lotus® Domino® Create, Read, Update, Delete (CRUD) API. Our intent is to have the user's non-submitted NotesDocument auto-save after an admin-defined interval. We ...